How to : set a data breakpoint native only >如何:設(shè)置數(shù)據(jù)斷點(僅限本機)
Setting a data breakpoint causes execution to break when the value of that variable changes 設(shè)置數(shù)據(jù)斷點會使程序在該變量值發(fā)生更改時中斷執(zhí)行。
A data breakpoint is set on a global or local variable , rather than a location in the code 數(shù)據(jù)斷點是設(shè)置在某個全局變量或局部變量上的斷點,而不是在代碼中的某一位置上。
If you set a data breakpoint on a local variable , it is best to remove or disable it before the function ends 如果在局部變量上設(shè)置數(shù)據(jù)斷點,則最好在函數(shù)結(jié)束之前移除或禁用它。
If you attach a data breakpoint to a local variable , the data breakpoint remains enabled when the function ends 如果將數(shù)據(jù)斷點附加到局部變量,則在函數(shù)結(jié)束時數(shù)據(jù)斷點保持為啟用狀態(tài)。